home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / ezrom22b.zip / ZIPCOM.DOC < prev    next >
Text File  |  1996-01-14  |  3KB  |  76 lines

  1.  
  2.                               ZipCom 1.00
  3.                          Released April 24, 1994
  4.  
  5.                  Copyright 1994 - 1996 by Michael Robinson
  6.                         Internet: TheMikeRob@aol.com
  7.  
  8.                             The Soft Parade
  9.                         Shelton, Connecticut, USA
  10.                         1:141/485    203-924-5603
  11.                         1:141/486    203-922-1794
  12.  
  13.       ZipCom is a ZIP file commenter. It inserts a text file as a comment
  14.       into one or more ZIP archive files. Typical usage is to insert a BBS
  15.       advertisement into a ZIP file. This program is FREE for use by
  16.       individuals in a non-commercial environment.
  17.  
  18.       Execute ZipCom alone to see the following quick help screen:
  19.  
  20.       USAGE:   ZIPCOM  [comment file]  [target Zip files]
  21.  
  22.       EXAMPLE: ZIPCOM  C:\UTIL\COMMENT.TXT  C:\FILES\*.ZIP
  23.  
  24.       Puts C:\UTIL\COMMENT.TXT into all Zip files in C:\FILES\*.ZIP
  25.  
  26.       EXAMPLE: ZIPCOM  C:\UTIL\COMMENT.TXT
  27.  
  28.       Puts C:\UTIL\COMMENT.TXT into all Zip files in current directory.
  29.  
  30.       EXAMPLE: ZIPCOM  COMMENT.TXT
  31.  
  32.       Puts COMMENT.TXT (in current directory) into all Zip files in current
  33.       directory.
  34.  
  35.       DOS Wildcard characters are allowed in [target Zip file] names
  36.       as shown below:
  37.  
  38.       EXAMPLE: ZIPCOM  COMMENT.TXT  C:\FILES\AB*.ZIP
  39.       EXAMPLE: ZIPCOM  COMMENT.TXT  C:\FILES\PROG???.ZIP
  40.  
  41.       DOS Wildcard characters are NOT allowed in [comment file] name.
  42.  
  43.       If you use ZipCom with my EZ-ROM or SF-ROM programs, your batch
  44.       file (BeforeBat) will likely contain a command line like this:
  45.  
  46.       ZIPCOM  COMMENT.TXT  %1\*.ZIP
  47.  
  48.       ZipCom will overwrite any existing comment in the Zip file.
  49.       It will not disturb any -AV archive security notices. It will
  50.       not disturb any AVEXTRA.TXT notices.
  51.  
  52.       If the [comment file] is a zero byte file, any existing comment
  53.       will be removed and there will be no comment.
  54.  
  55.       ZipCom will work with Zip files created by PKZIP 1.10 and 2.04.
  56.  
  57.       The Zip file date and time are not changed by ZipCom.
  58.  
  59.       *******************************************************************
  60.  
  61.       Legal Stuff:
  62.  
  63.       Use this program at your own risk. No guarantees of any sort.
  64.  
  65.       Businesses, Institutions, and government agencies must contact Mike
  66.       Robinson for a site license. You may give away free copies of this
  67.       entire unmodified package, but you may not sell it. I retain all
  68.       rights to this program.
  69.  
  70.       *******************************************************************
  71.  
  72.       PKZIP archive security notice for this archive should read:
  73.       Authentic files Verified!   # FEZ251
  74.       MICHAEL N. ROBINSON
  75.  
  76.